:LiGithub: https://github.com/itm4n/PrivescCheck

This script aims to identify Local Privilege Escalation (LPE) vulnerabilities that are usually due to Windows configuration issues, or bad practices. It can also gather useful information for some exploitation and post-exploitation tasks.

After we gain initial access and transfer this script to the TARGET

Basic usage, Run from the same directory where the script exists:

powershell -ep bypass -c ". .\PrivescCheck.ps1; Invoke-PrivescCheck"

To Bypass restricted executing powershell commands from CMD:

powershell -ep bypass .\script.ps1